Database Delete Queue Utility
The Database Delete Queue utility (DbDelq.exe) is a command-line utility that deletes a specific queue and optionally hex dumps the results to the screen.
This utility requires the service to be running.
Syntax
DbDelq SITE.SERVICE key [/delete] [/dump]
Parameters
| Parameter | Definition |
|---|---|
|
SITE.SERVICE |
Name of the database service. |
|
key |
The key of the header record of the queue to be deleted. |
|
[/delete] |
Optional parameter that causes the queue, if found, to be deleted. |
|
[/dump] |
Optional parameter that will hex dump the queue to a screen if found. The information in this dump is useful for programmers only. |
Example
|
DbDelq MYSITE.DDS 0000000001 /delete |

